home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / PRGMANIA / VERSION1.5 / USER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-15  |  1.5 KB  |  38 lines

  1. /* resource set indices for USER */
  2.  
  3. #define IMG_USER   0 /* form/dialog */
  4. #define RBN        1 /* ICON in tree IMG_USER */
  5. #define RBS        2 /* ICON in tree IMG_USER */
  6. #define BCN        3 /* ICON in tree IMG_USER */
  7. #define BCS        4 /* ICON in tree IMG_USER */
  8. #define CYCON      5 /* ICON in tree IMG_USER */
  9. #define CYCOFF     6 /* ICON in tree IMG_USER */
  10.  
  11. #define IMG_ICONE     1 /* Form_ICON pour iconification */
  12. #define ICONE             1 /* ICONE pour iconification */
  13.  
  14. #define BOX_HELP     2 /* Boite pour affichage de l'aide continue */
  15. #define HLPTXT1    1 /* TEXT in tree BOX_HELP */
  16. #define HLPTXT2    2 /* TEXT in tree BOX_HELP */
  17. #define HLPTXT3    3 /* TEXT in tree BOX_HELP */
  18.  
  19. #define SLIDERW    3 /* form/dialog */
  20. #define SLIDTXT    1 /* TEXT in tree SLIDERW */
  21. #define SLIDBOX    2 /* BOX in tree SLIDERW */
  22. #define SLIDBAR    3 /* BOX in tree SLIDERW */
  23. #define SLIDPOS    5 /* TEXT in tree SLIDERW */
  24.  
  25. #define ALERTE     4 /* free form */
  26. #define ALTIMAGE   1 /* IMAGE in tree ALERTE */
  27. #define ALTTXT1    2 /* TEXT in tree ALERTE */
  28. #define ALTTRAIT   3 /* BOX in tree ALERTE */
  29. #define ALTTXT2    4 /* TEXT in tree ALERTE */
  30. #define ALTTXT3    5 /* TEXT in tree ALERTE */
  31. #define ALTTXT4    6 /* TEXT in tree ALERTE */
  32. #define ALTTXT5    7 /* TEXT in tree ALERTE */
  33. #define ALTTXT6    8 /* TEXT in tree ALERTE */
  34. #define ALTBUT1    9 /* BUTTON in tree ALERTE */
  35. #define ALTBUT2   10 /* BUTTON in tree ALERTE */
  36. #define ALTBUT3   11 /* BUTTON in tree ALERTE */
  37. #define ALTBUT4   12 /* BUTTON in tree ALERTE */
  38.